From b96c1a14040b695fb27eda7bc68935cb5c336d3b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 23 Jan 2021 16:27:39 -0600 Subject: [PATCH] Update copyright statements --- src/pgwui_core/core.py | 2 +- src/pgwui_core/exceptions.py | 2 +- tests/test_core.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pgwui_core/core.py b/src/pgwui_core/core.py index 8935d9f..9f51c20 100644 --- a/src/pgwui_core/core.py +++ b/src/pgwui_core/core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2014, 2015, 2018, 2020 The Meme Factory, Inc. +# Copyright (C) 2013, 2014, 2015, 2018, 2020, 2021 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of PGWUI_Core. diff --git a/src/pgwui_core/exceptions.py b/src/pgwui_core/exceptions.py index 86e953d..f906af9 100644 --- a/src/pgwui_core/exceptions.py +++ b/src/pgwui_core/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2014, 2015, 2018, 2020 The Meme Factory, Inc. +# Copyright (C) 2013, 2014, 2015, 2018, 2020, 2021 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of PGWUI_Core. diff --git a/tests/test_core.py b/tests/test_core.py index 1665b68..a90213e 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2018, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI_Core. # -- 2.34.1